@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-wrap: break-word
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: top;
	outline: none;
}

li {
	list-style: none;
}

input,
textarea,
select,
button {
	outline: none;
	vertical-align: top;
	border: 0;
	background: none;
}


/**清除浮动**/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.container {
	padding-top: 1rem;
}


/*头部*/

.header {
	width: 100%;
	height: 1rem;
	background: #fff;
	padding: 0 15%;
	box-shadow: 0 1px 10px rgb(0 0 0 / 15%);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
}

.header .logo {
	float: left;
	height: 0.94rem;
}

.header .menu-list {
	float: right;
}

.header .menu-list li {
	display: inline-block;
	text-align: center;
	position: relative;
	margin-left: 0.56rem;
}

.header .menu-list.m:first-child {
	margin-left: 0;
}

.header .menu-list li h4 a {
	height: 1.2rem;
	line-height: 1.2rem;
}

.header .menu-list li h4 a {
	display: block;
	font-size: 0.17rem;
	font-weight: 300;
	color: #333;
	height: 0.995rem;
	line-height: 0.98rem;
	overflow: hidden;
}

.header .menu-list h4 {
	font-weight: normal;
	position: relative;
}

.header .menu-list h4 a span {
	display: block;
	position: relative;
	transition: all 0.5s;
	height: 0.64rem;
}

.header .menu-list h4 a span:after {
	content: attr(data-title);
	position: absolute;
	left: 0;
	transform: translateY(100%);
	width: 100%;
	top: 0;
}

.header .menu-list h4 a span {
	height: 0.98rem;
	font-size: 0.16rem;
}

.header .menu-list li h4 a:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	opacity: 0;
	background-color: #007699;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.header .menu-list li h4 a:hover:after {
	left: 1%;
	right: 1%;
	opacity: 1;
}

.header .menu-list h4 a:hover {
	color: #007699;
}

.header .menu-list h4 a:hover span {
	transform: translateY(-100%);
}

.header .menu-list li.on h4 a {
	color: #007699;
}

.header .menu-list li.on h4 a:after {
	left: 0%;
	right: 0%;
	opacity: 1;
}


/*页面底部*/

.footer {
	background: #000;
	overflow: hidden;
}

.footer .foot-t {
	width: 70%;
	margin: 0 auto;
	padding: 0.2rem 0 ;
}
.footer .foot-t .left-f {
	float: left;
}
.footer .foot-t .f-list {
	margin-top: 0.1rem;
}

.footer .foot-t .f-list li {
	display: inline-block;
	margin-right: : ;
	rem;
	font-size: 0.14rem;
	position: relative;
}

.footer .foot-t .f-list li:after {
	content: "";
}

.footer .foot-t .f-list li a {
	color: #c7c7c7;
	padding-right: 0.1rem;
}

.footer .foot-t .f-list li:hover a {
	color: #c30d23;
}

.footer .left-r {
	float: right;
}

.footer .info-list {
	float: left;
	text-align: right;
}

.footer .info-list li {
	font-size: 0.14rem;
	margin-bottom: 0.1rem;
	margin-right: 0.1rem;
	color: #c7c7c7;
}

.footer .info-list li:nth-child(1){
	background: url(../img/foot_pic1.png) left 0.95rem center no-repeat;
}
.footer .info-list li:nth-child(2){
	background: url(../img/foot_pic2.png) left 0.8rem center no-repeat;
}
.footer .left-r img {
	width: 0.8rem;
	float: right;
}
.footer .footer-m{
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.14rem;
	background: #007699;
}
